Add licensing and copyright notice to report generators
authorEmmanuele Bassi <ebassi@gnome.org>
Tue, 16 Apr 2019 10:43:23 +0000 (11:43 +0100)
committerEmmanuele Bassi <ebassi@gnome.org>
Tue, 16 Apr 2019 10:43:23 +0000 (11:43 +0100)
So that other projects can use them.

.gitlab-ci/meson-html-report.py
.gitlab-ci/meson-junit-report.py

index 1bee25791d052bed2de19c37045a398e605a6260..bfb7e4994c91b6862bf6ca4e0c382aedd03ceafe 100755 (executable)
@@ -1,8 +1,12 @@
 #!/usr/bin/env python3
 
+# Turns a Mason testlog.json file into an HTML report
+#
 # Copyright 2019  GNOME Foundation
-
-# Turns a test log generated by Meson into an HTML report
+#
+# SPDX-License-Identifier: LGPL-2.1-or-later
+#
+# Original author: Emmanuele Bassi
 
 import argparse
 import datetime
index ea492824879475d0c884a3b84f7edc4c97c73a36..248ef6e2b1d0be92b2d3b1a7f957718e61ece4aa 100755 (executable)
@@ -1,5 +1,13 @@
 #!/usr/bin/env python3
 
+# Turns a Meson testlog.json file into a JUnit XML report
+#
+# Copyright 2019  GNOME Foundation
+#
+# SPDX-License-Identifier: LGPL-2.1-or-later
+#
+# Original author: Emmanuele Bassi
+
 import argparse
 import datetime
 import json